翻訳と辞書
Words near each other
・ Java spaghetti eel
・ Java sparrow
・ Java Speech API
・ Java Speech Markup Language
・ Java stingaree
・ Java syntax
・ Java Task Force
・ Java Telephony API
・ Java Transaction API
・ Java transaction service
・ Java TV
・ Java User Group
・ Java version history
・ Java view technologies and frameworks
・ Java virtual machine
Java Virtual Machine Tools Interface
・ Java War
・ Java War (1741–43)
・ Java War (disambiguation)
・ Java Web Services Development Pack
・ Java Web Start
・ Java Work Framework
・ Java XML
・ Java, Montana
・ Java, New York
・ Java, South Dakota
・ Java, São Tomé and Príncipe
・ Java, Virginia
・ Java-class cruiser
・ Java-eiland


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Java Virtual Machine Tools Interface : ウィキペディア英語版
Java Virtual Machine Tools Interface
Java Virtual Machine Tool Interface (JVMTI, or more properly, JVM TI) was introduced in J2SE 5.0 (''Tiger''). This interface allows a program to inspect the state and to control the execution of applications running in the Java Virtual Machine (JVM). JVMTI is designed to provide an Application Programming Interface (API) for the development of tools that need access to the state of the JVM. Examples for such tools are debuggers or profilers.
The JVMTI is a native interface of the JVM. A library, written in C or C++, is loaded during the initialization of the JVM. The library has access to the JVM state by calling JVMTI and JNI (Java Native Interface) functions and can register to receive JVMTI events using event handler functions that are called by the JVM when such an event occurs.
JVMTI was defined through the Java Community Process by JSR-163, the specification for the Java Platform Profiling Architecture. The JVMTI replaces the JVMPI (Java Virtual Machine Profiling Interface) and the JVMDI (Java Virtual Machine Debug Interface). The JVMPI and the JVMDI are declared as being deprecated in J2SE 5.0 and were removed in Java SE6.
JVMTI is the lowest level of the Java Platform Debugger Architecture.
== External links ==

*
*(Creating a Debugging and Profiling Agent with JVMTI )
*(The JVMPI Transition to JVMTI )

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Java Virtual Machine Tools Interface」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.